-
APIs for animating the camera.
See moreDeclaration
Swift
public final class CameraAnimationsManager
-
Undocumented
See moreDeclaration
Swift
public protocol CameraAnimator : Cancelable
-
Undocumented
See moreDeclaration
Swift
public final class BasicCameraAnimator : NSObject, CameraAnimator, CameraAnimatorProtocol
-
Structure used to represent a desired change to the map’s camera
See moreDeclaration
Swift
public struct CameraTransition : Equatable
-
An animator that evokes powered flight and an optional transition duration and timing function. It seamlessly incorporates zooming and panning to help the user find their bearings even after traversing a great distance.
See also
fly(to:duration:completion:)
Declaration
Swift
public final class FlyToCameraAnimator : NSObject, CameraAnimator, CameraAnimatorProtocol
-
A block object to be executed when the animation sequence ends.
Declaration
Swift
public typealias AnimationCompletion = (UIViewAnimatingPosition) -> Void
-
Undocumented
See moreDeclaration
Swift
public struct AnimationOwner : RawRepresentable, Equatable